body,
html {
    overflow: auto;
}
body {
    width: 100%;
    height: 100%;
    background-color: #e9e9e9;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 12px;
    font-family: Arial, Roboto, "Source Sans Pro", "Helvetica Neue", Helvetica,
        Arial, sans-serif;
}
.login,
.login p {
    color: #fff;
}
.login {
    /*background: url(../img/background/background.jpg);*/
    background: url(../img/bg/bg_new2.jpg);
    background-size: cover;
}
.lg-body-wrapper {
    width: 100%;
    background: linear-gradient(to right, #43a6f5 -19%, transparent, #f1d086);
    /*height: 90vh;*/
    min-height: 500px;
}
.lg-logo {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 10px;
    background: linear-gradient(
        to right,
        transparent,
        transparent,
        transparent,
        #fff
        );
}
.lg-logo img {
    /*background: linear-gradient(to right, transparent, #f0c86f);*/
    background: none;
    padding: 5px;
    float: right;
    max-height: 80px;
}
.lg-body {
    float: left;
    position: relative;
    width: 100%;
    padding: 0 10px 0 50px;
}
.sign_in {
    /*float: left;*/
    position: relative;
    background: #000;
    background: linear-gradient(transparent, #000);
    background: -moz-linear-gradient(transparent, #000);
    background: -o-linear-gradient(transparent, #000);
    background: -webkit-linear-gradient(transparent, #000);
    max-width: 300px;
    margin: 1rem auto;
    padding: 20px;
    box-shadow: 1px 2px 2px #000;
    border-radius: 20px;
    max-height: 390px;
}
.sign_in p {
    font-size: 24px;
    font-weight: 700;
    margin: 1.5rem 0 2rem 0;
}
.lg-label {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}
.lg-form-control {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #fff;
    background: 0 0;
    letter-spacing: 1px;
    font-size: 15px;
}
.bad > .lg-form-control:focus,
.bad > .lg-form-control:hover,
.lg-form-control:focus,
.lg-form-control:hover {
    -webkit-border: 0;
    -moz-border: 0;
    -o-border: 0;
    border: 0;
    outline: 0;
    -webkit-border-bottom: 1px solid #66afe9;
    -moz-border-bottom: 1px solid #66afe9;
    -o-border-bottom: 1px solid #66afe9;
    border-bottom: 1px solid #66afe9;
}
.bad > .lg-form-control {
    -webkit-border-bottom: 1px solid red;
    -moz-border-bottom: 1px solid red;
    -o-border-bottom: 1px solid red;
    border-bottom: 1px solid red;
    color: red;
}
.sign_in .item .alert {
    margin: 4px 0 0 0;
    padding: 2px 6px;
    background: #e21b1a;
    font-weight: 700;
    box-shadow: 0 0 2px #fff;
    color: #fff;
}
.notice {
    /*margin-top: -100px;*/
    clear: both;
    /*float: right;*/
    position: relative;
    width: 320px;
    background: linear-gradient(
        to right,
        transparent,
        transparent,
        transparent,
        #fff
        );
}
.notice .info {
    width: 100%;
    padding: 10px 0;
    background: linear-gradient(to right, transparent, #f2ce7d);
    box-shadow: 1px 1px 1px #000;
}
.notice .info p {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    margin: 0 12px 0 0;
}
.footer {
    position: fixed;
    background: linear-gradient(to left, transparent, #fff, #fff, transparent);
    background: -moz-linear-gradient(
        to left,
        transparent,
        #fff,
        #fff,
        transparent
        );
    background: -o-linear-gradient(to left, transparent, #fff, #fff, transparent);
    background: -webkit-linear-gradient(
        to left,
        transparent,
        #fff,
        #fff,
        transparent
        );
    bottom: 0;
    width: 100%;
}
.lg-box-footer {
    /*float: left;*/
    position: relative;
    width: 100%;
    text-align: center;
    margin: 5px 0;
}
.lg-box-footer img {
    height: 35px;
    margin: 0 5px;
}
.version {
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #000 !important;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.versioning {
    color: #eddddd;
    background: #4195c9;
    padding: 0 10px;
    border-radius: 10px;
}
.mr-captcha-wrap {
    text-align: center;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
    padding: 0;
}
.mr-captcha {
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    margin: 0;
}
.realperson-challenge {
    color: #fff;
    text-align: center;
}
.lg-form-control:placeholder {
    color: #fff !important;
    opacity: 1;
}
.lg-form-control::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1;
}
.lg-form-control:-moz-placeholde {
    color: #fff !important;
    opacity: 1;
}
.lg-form-control::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}
.lg-form-control::-ms-input-placeholder {
    color: #fff !important;
    opacity: 1;
}
.geo-wrap {
    text-align: center;
}
.geo {
    width: 120px;
    box-shadow: 0 0 10px #fff;
    padding: 2px;
    border-radius: 10px;
}
@media (max-width: 670px) {
    .login {
        /*background: url(../img/background/background-sm.jpg);*/
        background-size: cover;
    }
    .lg-body {
        float: left;
        position: relative;
        bottom: 0;
        padding: 0;
    }
    .sign_in {
        float: left;
        margin: 0 auto;
        padding: 20px;
        width: 300px;
    }
    .lg-label {
        margin: 0;
        font-size: 15px;
    }
    .lg-form-control {
        font-size: 15px;
    }
    .lg-box-footer img {
        height: 20px;
    }
}
@media (max-width: 640px) {
    .lg-logo {
        margin: 0;
        padding: 0;
    }
    .lg-logo img {
        height: 80px;
    }
    .sign_in {
        float: none;
        margin: 50px auto 0 auto;
    }
    .notice {
        display: none;
    }
    .geo {
        display: none;
    }
}
@media (max-height: 460px) {
    .lg-logo {
        display: none;
    }
}
@media (max-height: 520px) {
    .footer {
        display: none;
    }
}
@media (max-height: 600px) {
    .geo-wrap {
        display: none;
    }
}
.wrapper {
    min-height: 100%;
    position: relative;
    overflow: hidden;
    background: #ecf0f5;
}
.wrapper:after,
.wrapper:before {
    display: table;
}
.wrapper:after {
    clear: both;
}
.navbar .mr-logo {
    float: right;
    margin: 5px;
    height: 40px;
    width: 140px;
    padding-right: 30px;
}
.user-login {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
}
.content-wrapper,
.main-footer {
    -webkit-transition: -webkit-transform 0.3s ease-in-out,
        margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    margin-left: 230px;
    z-index: 820;
}
.layout-top-nav .content-wrapper,
.layout-top-nav .main-footer {
    margin-left: 0;
}
@media (max-width: 850px) {
    .content-wrapper,
    .main-footer {
        margin-left: 0;
    }
}
@media (min-width: 850px) {
    .sidebar-collapse .content-wrapper,
    .sidebar-collapse .main-footer {
        margin-left: 0;
    }
}
@media (max-width: 850px) {
    .sidebar-open .content-wrapper,
    .sidebar-open .main-footer {
        -webkit-transform: translate(230px, 0);
        -ms-transform: translate(230px, 0);
        -o-transform: translate(230px, 0);
        transform: translate(230px, 0);
    }
}
.content-wrapper {
    z-index: 800;
}
.main-footer {
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
    height: 50px;
    bottom: 0;
}
.content {
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #c5c5c5;
}
a {
    color: #3c8dbc;
}
a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
    color: #72afd2;
}
.page-header {
    margin: 10px 0 20px 0;
    font-size: 22px;
}
.page-header > small {
    color: #666;
    display: block;
    margin-top: 5px;
}
.main-header {
    position: relative;
    max-height: 100px;
    z-index: 1030;
    background: url(../img/main-header/header-back.png);
}
.main-header .navbar {
    -webkit-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
    margin-bottom: 0;
    margin-left: 230px;
    min-height: 50px;
    height: 50px;
    background: url(../img/main-header/right-header.png) no-repeat;
    background-position: right;
    border-radius: 0;
    border: 0;
}
.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 5px;
    font-family: fontAwesome;
    color: #fff;
}
.main-header .sidebar-toggle:hover {
    color: #000;
}
.main-header .sidebar-toggle:active,
.main-header .sidebar-toggle:focus {
    background: 0 0;
}
.main-header .sidebar-toggle .icon-bar {
    display: none;
}
.main-header .logo {
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    float: left;
    margin: 0;
    border: 0;
    height: 50px;
    width: 230px;
    display: block;
    background: url(../img/main-header/logo-header.png) no-repeat;
    border-right: 1px solid #c5c5c5;
}
.main-header .logo .logo-lg {
    display: block;
}
.main-header .logo .logo-mini {
    display: none;
}
.main-header .navbar-brand {
    color: #fff;
}
.cms-logo {
    color: #e5eaf6;
    font-weight: 700;
    float: right;
    font-size: 24px;
    margin: 8px 100px 0 0;
}
@media (max-width: 500px) {
    .cms-logo {
        font-size: 16px;
        margin: 15px 70px 0 0;
    }
}
@media (max-width: 380px) {
    .cms-logo {
        font-size: 12px;
        margin: 18px 60px 0 0;
    }
}
@media (max-width: 991px) {
    .navbar-custom-menu .navbar-nav > li {
        float: left;
    }
    .navbar-custom-menu .navbar-nav {
        margin: 0;
        float: left;
    }
    .navbar-custom-menu .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 20px;
    }
}
@media (max-width: 767px) {
    .main-header {
        position: relative;
    }
    .main-header .logo,
    .main-header .navbar {
        width: 100%;
        float: none;
    }
    .main-header .navbar {
        margin: 0;
    }
    .main-header .navbar-custom-menu {
        float: right;
    }
}
@media (max-width: 991px) {
    .navbar-collapse.pull-left {
        float: none !important;
    }
    .navbar-collapse.pull-left + .navbar-custom-menu {
        display: block;
        position: absolute;
        top: 0;
        right: 40px;
    }
}
.crumbs {
    height: 32px;
    box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    margin: 0;
    border-bottom: 1px solid #c7c7c7;
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #fff 0, #f0f0f0 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #fff),
        color-stop(100%, #f0f0f0)
        );
    background: -webkit-linear-gradient(top, #fff 0, #f0f0f0 100%);
    background: -o-linear-gradient(top, #fff 0, #f0f0f0 100%);
    background: -ms-linear-gradient(top, #fff 0, #f0f0f0 100%);
    background: linear-gradient(top, #fff 0, #f0f0f0 100%);
}
.main-sidebar {
    border: 0;
    position: absolute;
    float: left;
    left: 0;
    min-height: 100%;
    width: 230px;
    z-index: 810;
    background: #3c8dbc;
    border-radius: 0;
    border: 0;
    border-right: 1px solid #c5c5c5;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
@media (max-width: 850px) {
    .main-sidebar {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
    }
}
@media (min-width: 850px) {
    .sidebar-collapse .main-sidebar {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
    }
}
@media (max-width: 850px) {
    .sidebar-open .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
.sidebar {
    padding-bottom: 10px;
}
.sidebar-form input:focus {
    border-color: transparent;
}
.sidebar-menu {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    list-style: none;
}
.sidebar-menu > li {
    position: relative;
    margin: 5px 0;
}
.sidebar-menu > li > a {
    padding: 10px 5px 10px 15px;
    display: block;
    color: #fff;
    text-shadow: 1px 0 2px #141432;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
    background: #3c85ba;
    background: -moz-linear-gradient(top, #46a2d5, #3c85ba);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#46a2d5), to(#3c85ba));
    background: -webkit-linear-gradient(top, #46a2d5, #3c85ba);
    background: -o-linear-gradient(top, #46a2d5, #3c85ba);
    background: linear-gradient(to bottom, #46a2d5, #3c85ba);
    border-color: #3c85ba;
}
.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
    width: 20px;
}
.sidebar-menu > li .badge,
.sidebar-menu > li .label {
    margin-right: 5px;
}
.sidebar-menu > li .badge {
    margin-top: 3px;
}
.sidebar-menu li.header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
}
.sidebar-menu > li > img {
    margin: 0 -15px;
    width: 200px;
    margin-bottom: 10px;
}
.sidebar-menu li > a > .fa-angle-left,
.sidebar-menu li > a > .pull-right-container > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
}
.sidebar-menu li.active > a > .fa-angle-left,
.sidebar-menu li.active > a > .pull-right-container > .fa-angle-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.sidebar-menu li.active > .treeview-menu {
    display: block;
}
.sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-menu .treeview-menu .treeview-menu {
    padding-left: 20px;
    display: none;
    list-style: none;
    margin: 0;
    margin: 2px 0;
}
.sidebar-menu .treeview .treeview-menu a {
    margin: 0;
    background: 0 0;
    border: 1px solid #c5c5c5;
    font-size: 11px;
}
.sidebar-menu .treeview-menu > li > a {
    padding: 10px 5px 10px 10px;
    display: block;
    color: #000;
}
.sidebar-menu .treeview-menu > li > a > .fa,
.sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar-menu .treeview-menu > li > a > .ion {
    width: 20px;
}
.sidebar-menu .treeview-menu > li > a > .fa-angle-down,
.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-down,
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left {
    width: auto;
}
@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 50px !important;
        z-index: 840;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 50px !important;
        z-index: 850;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu > li {
        position: relative;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
        margin-right: 0;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
        border-top-right-radius: 4px;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
        border-bottom-right-radius: 4px;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom-right-radius: 4px;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu,
    .sidebar-mini.sidebar-collapse
    .sidebar-menu
    > li:hover
    > a
    > span:not(.pull-right) {
        display: block !important;
        position: absolute;
        width: 180px;
        left: 50px;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
        top: 0;
        margin-left: -3px;
        padding: 12px 5px 12px 20px;
        background-color: inherit;
    }
    .sidebar-mini.sidebar-collapse
    .sidebar-menu
    > li:hover
    > a
    > .pull-right-container {
        float: right;
        width: auto !important;
        left: 200px !important;
        top: 10px !important;
    }
    .sidebar-mini.sidebar-collapse
    .sidebar-menu
    > li:hover
    > a
    > .pull-right-container
    > .label:not(:first-of-type) {
        display: none;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
        top: 44px;
        margin-left: 0;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
    .sidebar-mini.sidebar-collapse .sidebar-form,
    .sidebar-mini.sidebar-collapse .sidebar-menu li.header,
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
        display: none !important;
        -webkit-transform: translateZ(0);
    }
    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: 50px;
    }
    .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        font-size: 18px;
    }
    .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
        display: none;
    }
    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 50px;
    }
}
.main-sidebar .user-panel,
.sidebar-menu,
.sidebar-menu > li.header {
    overflow: hidden;
}
.sidebar-menu:hover {
    overflow: visible;
}
.sidebar-form,
.sidebar-menu > li.header {
    overflow: hidden;
    text-overflow: clip;
}
.sidebar-menu li > a {
    position: relative;
}
.sidebar-menu li > a > .pull-right-container {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}
.sidebar-menu > li.active > a,
.sidebar-menu > li:hover > a {
    color: #fff;
    background: #3c85ba;
    background: -moz-linear-gradient(top, #46a2d5, #3c85ba);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#46a2d5), to(#3c85ba));
    background: -webkit-linear-gradient(top, #46a2d5, #3c85ba);
    background: -o-linear-gradient(top, #46a2d5, #3c85ba);
    background: linear-gradient(to bottom, #46a2d5, #3c85ba);
    border-color: #3c85ba;
}
.control-sidebar-bg {
    position: fixed;
    z-index: 1000;
    bottom: 0;
}
.control-sidebar,
.control-sidebar-bg {
    top: 0;
    right: -230px;
    width: 230px;
    -webkit-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}
.control-sidebar {
    position: absolute;
    padding-top: 50px;
    z-index: 1010;
}
@media (max-width: 768px) {
    .control-sidebar {
        padding-top: 100px;
    }
}
.control-sidebar > .tab-content {
    padding: 10px 15px;
}
.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open + .control-sidebar-bg {
    right: 0;
}
.control-sidebar-open .control-sidebar,
.control-sidebar-open .control-sidebar-bg {
    right: 0;
}
@media (min-width: 768px) {
    .control-sidebar-open .content-wrapper {
        margin-right: 230px;
    }
}
.nav-tabs.control-sidebar-tabs > li:first-of-type > a,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover {
    border-left-width: 0;
}
.nav-tabs.control-sidebar-tabs > li > a {
    border-radius: 0;
}
.nav-tabs.control-sidebar-tabs > li > a,
.nav-tabs.control-sidebar-tabs > li > a:hover {
    border-top: none;
    border-right: none;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.nav-tabs.control-sidebar-tabs > li > a .icon {
    font-size: 16px;
}
.nav-tabs.control-sidebar-tabs > li.active > a,
.nav-tabs.control-sidebar-tabs > li.active > a:active,
.nav-tabs.control-sidebar-tabs > li.active > a:focus,
.nav-tabs.control-sidebar-tabs > li.active > a:hover {
    border-top: none;
    border-right: none;
    border-bottom: none;
}
@media (max-width: 768px) {
    .nav-tabs.control-sidebar-tabs {
        display: table;
    }
    .nav-tabs.control-sidebar-tabs > li {
        display: table-cell;
    }
}
.control-sidebar-heading {
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 10px;
}
.control-sidebar-subheading {
    display: block;
    font-weight: 400;
    font-size: 14px;
}
.control-sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}
.control-sidebar-menu > li > a {
    display: block;
    padding: 8px;
    font-size: 11px;
}
.control-sidebar-menu > li > a:after,
.control-sidebar-menu > li > a:before {
    display: table;
}
.control-sidebar-menu > li > a:after {
    clear: both;
}
.control-sidebar-menu > li > a > .control-sidebar-subheading {
    margin-top: 0;
}
.control-sidebar-menu .menu-icon {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}
.control-sidebar-menu .menu-info {
    margin-left: 45px;
    margin-top: 3px;
}
.control-sidebar-menu .menu-info > .control-sidebar-subheading {
    margin: 0;
}
.control-sidebar-menu .menu-info > p {
    margin: 0;
    font-size: 11px;
}
.control-sidebar-menu .progress {
    margin: 0;
}
.control-label {
    height: 16px;
    padding: 10px;
    margin-bottom: 6px;
    vertical-align: middle;
    letter-spacing: 0.2px;
}
.form-horizontal {
    margin: 0;
    padding: 15px;
    padding-bottom: 10px;
}
.form-horizontal .form-group {
    padding: 0;
    margin-bottom: 5px;
}
.form-horizontal .form-line {
    width: 100%;
    border-top-right-radius: 4px;
    border-bottom: 1px solid #8c8c96;
    border-left: 1px solid #9f9d9d;
    position: relative;
}
.form-horizontal .control-label {
    text-align: left;
}
.form-title {
    border: 1px solid #c5c5c5;
    display: block;
    padding: 5px;
    margin-bottom: 5px;
    position: relative;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #fff, #f7f7f7);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f7f7f7));
    background: -webkit-linear-gradient(top, #fff, #f7f7f7);
    background: -o-linear-gradient(top, #fff, #f7f7f7);
    background: linear-gradient(to bottom, #fff, #f7f7f7);
}
.form-control {
    margin: 0;
    padding: 2px 6px;
    vertical-align: middle;
    display: inline-block;
    height: 32px;
    font-size: 12px;
    color: #555;
    border-radius: 0;
    box-shadow: 0 0 1px 1px #f8f8f8;
    -moz-box-shadow: 0 0 1px 1px #f8f8f8;
    -webkit-box-shadow: 0 0 1px 1px #f8f8f8;
    -o-box-shadow: 0 0 1px 1px #f8f8f8;
}
.form-control:focus,
.form-control:hover {
    outline: 0;
    border-color: rgba(102, 175, 233, 0.6);
    box-shadow: 0 0 1px 1px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: 0 0 1px 1px rgba(102, 175, 233, 0.6);
    -webkit-box-shadow: 0 0 1px 1px rgba(102, 175, 233, 0.6);
    -o-box-shadow: 0 0 1px 1px rgba(102, 175, 233, 0.6);
}
.form-control[readonly="readonly"] {
    pointer-events: none;
}
.form-left .form-group .control-label {
    text-align: left;
}
.box {
    float: left;
    position: relative;
    background: 0 0;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 10px;
    min-height: 100%;
}
.box-header {
    float: left;
    position: relative;
    width: 100%;
    height: fit-content;
    display: block;
    padding: 12px;
    margin-bottom: 1px;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #fff, #f7f7f7);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f7f7f7));
    background: -webkit-linear-gradient(top, #fff, #f7f7f7);
    background: -o-linear-gradient(top, #fff, #f7f7f7);
    background: linear-gradient(to bottom, #fff, #f7f7f7);
    border: 1px solid #c5c5c5;
}
.box-header h1 {
    font-size: 13px;
    margin: 0;
    display: block;
    float: left;
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.box-body {
    float: left;
    position: relative;
    padding: 10px;
    min-height: 100%;
    margin: 0;
    margin-bottom: 1px;
    background: #fff;
    height: fit-content;
    position: relative;
    clear: both;
    width: 100%;
    border: 1px solid #c5c5c5;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 2px 0 #fff;
}
.box-footer {
    float: left;
    position: relative;
    clear: both;
    width: 100%;
    font-size: 12px;
    display: block;
    padding: 12px;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #fff, #f7f7f7);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f7f7f7));
    background: -webkit-linear-gradient(top, #fff, #f7f7f7);
    background: -o-linear-gradient(top, #fff, #f7f7f7);
    background: linear-gradient(to bottom, #fff, #f7f7f7);
    border: 1px solid #c5c5c5;
}
.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}
.info-box small {
    font-size: 14px;
}
.info-box .progress {
    background: rgba(0, 0, 0, 0.2);
    margin: 5px -10px 5px -10px;
    height: 2px;
}
.info-box .progress,
.info-box .progress .progress-bar {
    border-radius: 0;
}
.info-box .progress .progress-bar {
    background: #fff;
}
.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
}
.info-box-icon > img {
    max-width: 100%;
}
.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}
.info-box-number {
    display: block;
    font-weight: 700;
    font-size: 18px;
}
.info-box-text,
.progress-description {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-box-text {
    text-transform: uppercase;

}
.info-box-more {
    display: block;
}
.progress-description {
    margin: 0;
}
.btn {
    font-size: 11px;
    text-align: center;
    color: #555;
    font-weight: 700;
    min-width: 100px;
    line-height: 13px;
    border: 1px solid #d5d5d5;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#fefefe),
        to(#f2f2f2)
        );
    background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover {
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    color: #606060;
    opacity: 0.6;
}
.btn:focus {
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0.6;
    outline: 0;
}
.btn-danger:hover,
.btn-info:hover,
.btn-inverse:hover,
.btn-primary:hover,
.btn-success:hover,
.btn-warning:hover {
    color: #fff;
}
.btn:active {
    background: #fafafa;
    color: #777;
}
.btn > b,
.modal-footer i {
    margin-right: 6px;
    font-size: 12px;
}
.btn.active,
.btn.disabled,
.btn:active,
.btn[disabled] {
    background-color: #fefefe;
    opacity: 0.6;
}
.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.02),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.02),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    color: #999;
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
.btn-info.disabled,
.btn-info[disabled],
.btn-inverse.disabled,
.btn-inverse[disabled],
.btn-primary.disabled,
.btn-primary[disabled],
.btn-success.disabled,
.btn-success[disabled],
.btn-warning.disabled,
.btn-warning[disabled] {
    color: #fff;
}
.btn-large {
    padding: 9px 14px 9px 14px;
    height: auto;
    font-size: 13px;
}
.btn-large [class*=" icon-"],
.btn-large [class^="icon-"] {
    margin-top: 4px;
}
.btn-small {
    padding: 7px 10px 6px 10px;
    height: auto;
    font-size: 11px;
}
.btn-small [class*=" icon-"],
.btn-small [class^="icon-"] {
    margin-top: 0;
}
.btn-mini [class*=" icon-"],
.btn-mini [class^="icon-"] {
    margin-top: -1px;
}
.btn-mini {
    padding: 6px 8px 5px 8px;
    height: auto;
    font-size: 11px;
}
.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
a.btn {
    line-height: 13px;
}
.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #3c85ba;
    background: -moz-linear-gradient(top, #46a2d5, #3c85ba);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#46a2d5), to(#3c85ba));
    background: -webkit-linear-gradient(top, #46a2d5, #3c85ba);
    background: -o-linear-gradient(top, #46a2d5, #3c85ba);
    background: linear-gradient(to bottom, #46a2d5, #3c85ba);
    border-color: #3c85ba;
}
.btn-primary.active,
.btn-primary.disabled,
.btn-primary:active,
.btn-primary[disabled] {
    background: #4194c8;
    color: #fff;
}
.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #c9823c;
    background: -moz-linear-gradient(top, #e49a4d, #c9823c);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e49a4d), to(#c9823c));
    background: -webkit-linear-gradient(top, #e49a4d, #c9823c);
    background: -o-linear-gradient(top, #e49a4d, #c9823c);
    background: linear-gradient(to bottom, #e49a4d, #c9823c);
    border-color: #c9823c;
}
.btn-warning.active,
.btn-warning.disabled,
.btn-warning:active,
.btn-warning[disabled] {
    background: #d6944e;
    color: #fff;
}
.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #c05343;
    background: -moz-linear-gradient(top, #d65f4d, #cb4131);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#d65f4d), to(#c05343));
    background: -webkit-linear-gradient(top, #d65f4d, #c05343);
    background: -o-linear-gradient(top, #d65f4d, #c05343);
    background: linear-gradient(to bottom, #d65f4d, #c05343);
    border-color: #c05343;
}
.btn-danger.active,
.btn-danger.disabled,
.btn-danger:active,
.btn-danger[disabled] {
    background: #cc5949;
    color: #fff;
}
.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #4ca15b;
    background: -moz-linear-gradient(top, #69b076, #4ca15b);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#69b076), to(#4ca15b));
    background: -webkit-linear-gradient(top, #69b076, #4ca15b);
    background: -o-linear-gradient(top, #69b076, #4ca15b);
    background: linear-gradient(to bottom, #69b076, #4ca15b);
    border-color: #4ca15b;
}
.btn-success.active,
.btn-success.disabled,
.btn-success:active,
.btn-success[disabled] {
    background: #51a351;
    color: #fff;
}
.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #389ebc;
    background: -moz-linear-gradient(top, #53b8d6, #389ebc);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#53b8d6), to(#389ebc));
    background: -webkit-linear-gradient(top, #53b8d6, #389ebc);
    background: -o-linear-gradient(top, #53b8d6, #389ebc);
    background: linear-gradient(to bottom, #53b8d6, #389ebc);
    border-color: #389ebc;
}
.btn-info.active,
.btn-info.disabled,
.btn-info:active,
.btn-info[disabled] {
    background: #46abc9;
    color: #fff;
}
.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #4a4a4a;
    background: -moz-linear-gradient(top, #5e5e5e, #4a4a4a);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#5e5e5e), to(#4a4a4a));
    background: -webkit-linear-gradient(top, #5e5e5e, #4a4a4a);
    background: -o-linear-gradient(top, #5e5e5e, #4a4a4a);
    background: linear-gradient(to bottom, #5e5e5e, #4a4a4a);
    border-color: #4a4a4a;
}
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse:active,
.btn-inverse[disabled] {
    background: #545454;
    color: #fff;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-link {
    color: #08c;
    cursor: pointer;
    border-color: transparent;
}
.btn-link:hover {
    color: #005580;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover {
    color: #333;
    text-decoration: none;
}
.mr-info {
    border-radius: 3px;
    margin: 0 20px;
    padding: 10px 20px;
    border-left: 5px solid #eee;
}
.mr-info h4 {
    margin-top: 0;
    font-weight: 600;
    font-size: 16px;
    padding: 0;
    margin: 0;
}
.mr-info p {
    margin-top: 0;
    font-weight: 400;
    font-size: 12px;
    padding: 0;
    margin: 0;
}
.mr-info-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #3c85ba;
    background: -moz-linear-gradient(top, #46a2d5, #3c85ba);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#46a2d5), to(#3c85ba));
    background: -webkit-linear-gradient(top, #46a2d5, #3c85ba);
    background: -o-linear-gradient(top, #46a2d5, #3c85ba);
    background: linear-gradient(to bottom, #46a2d5, #3c85ba);
    border-color: #3c85ba;
}
.mr-info-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #c9823c;
    background: -moz-linear-gradient(top, #e49a4d, #c9823c);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e49a4d), to(#c9823c));
    background: -webkit-linear-gradient(top, #e49a4d, #c9823c);
    background: -o-linear-gradient(top, #e49a4d, #c9823c);
    background: linear-gradient(to bottom, #e49a4d, #c9823c);
    border-color: #c9823c;
}
.mr-info-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #c05343;
    background: -moz-linear-gradient(top, #d65f4d, #cb4131);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#d65f4d), to(#c05343));
    background: -webkit-linear-gradient(top, #d65f4d, #c05343);
    background: -o-linear-gradient(top, #d65f4d, #c05343);
    background: linear-gradient(to bottom, #d65f4d, #c05343);
    border-color: #c05343;
}
.mr-info-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #4ca15b;
    background: -moz-linear-gradient(top, #69b076, #4ca15b);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#69b076), to(#4ca15b));
    background: -webkit-linear-gradient(top, #69b076, #4ca15b);
    background: -o-linear-gradient(top, #69b076, #4ca15b);
    background: linear-gradient(to bottom, #69b076, #4ca15b);
    border-color: #4ca15b;
}
.select2-container--default.select2-container--focus,
.select2-container--default:active,
.select2-container--default:focus,
.select2-selection.select2-container--focus,
.select2-selection:active,
.select2-selection:focus {
    outline: 0;
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: none;
    border-radius: 0;
    padding: 8px 12px;
    height: 34px;
}
.select2-container--default.select2-container--open {
    border-color: #3c8dbc;
}
.select2-dropdown {
    border: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border: 1px solid #d2d6de;
    border-radius: 0;
}
.select2-container--default
.select2-results__option--highlighted[aria-selected] {
    background-color: #3c8dbc;
    color: #fff;
}
.select2-results__option {
    padding: 6px 12px;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    color: #555;
    padding: 0;
    height: auto;
    margin-top: -4px;
}
.select2-container[dir="rtl"]
.select2-selection--single
.select2-selection__rendered {
    padding-right: 6px;
    padding-left: 20px;
}
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    height: 28px;
    right: 3px;
}
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
    margin-top: 0;
}
.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
    border: 1px solid #d2d6de;
}
.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
    outline: 0;
    border: 1px solid #3c8dbc;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
}
.select2-container--default .select2-selection--single[readonly="readonly"] {
    background-color: #eee;
    cursor: not-allowed;
    pointer-events: none;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default
.select2-results__option[aria-selected="true"]:hover {
    color: #444;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6de;
    border-radius: 0;
}
.select2-container--default .select2-selection--multiple:focus {
    border-color: #3c8dbc;
}
.select2-container--default.select2-container--focus
.select2-selection--multiple {
    border-color: #d2d6de;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
    background-color: #3c8dbc;
    border-color: #367fa9;
    padding: 1px 10px;
    color: #fff;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.7);
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove:hover {
    color: #fff;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
}
.sweet-alert {
    border-radius: 0;
    margin-left: -15%;
    margin-top: -200px;
}
.sweet-alert h2 {
    font-size: 24px;
    margin: 15px 0;
    line-height: 20px;
}
.sweet-alert p {
    font-size: 14px;
}
sweet-alert button {
    font-size: 14px;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px 15px;
    margin: 20px 5px 10px 5px;
}
.form-left .alert input,
.item textarea {
    transition: 0.42s;
}
.form-left .item .alert {
    float: left;
    max-width: 100%;
    margin: 0;
    margin-top: 4px;
    padding: 3px 10px;
    color: #fff;
    border-radius: 3px 4px 4px 3px;
    background-color: #ce5454;
    white-space: pre;
    position: relative;
    left: -15px;
    opacity: 0;
    z-index: 1;
    transition: 0.15s ease-out;
}
.form-left .item.bad .alert {
    left: 0;
    opacity: 1;
}
.mr-table {
    border-collapse: collapse !important;
    width: 100%;
    margin: 0;
}
.mr-table th {
    font-weight: 700;
    text-align: center;
    border-top: 1px solid #000;
}
.mr-table table,
.mr-table td,
.mr-table th {
    padding: 5px;
    border: 1px solid #000;
}
.mr-design th {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #3c85ba;
    background: -moz-linear-gradient(top, #46a2d5, #3c85ba);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#46a2d5), to(#3c85ba));
    background: -webkit-linear-gradient(top, #46a2d5, #3c85ba);
    background: -o-linear-gradient(top, #46a2d5, #3c85ba);
    background: linear-gradient(to bottom, #46a2d5, #3c85ba);
    border-color: #3c85ba;
}
.mr-design table,
.mr-design td,
.mr-design th {
    padding: 5px;
    border-color: #3c85ba;
}
.print .print-footer {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.action-print {
    margin-top: 20px;
}
.text-center {
    vertical-align: central;
    text-align: center;
}
.text-right {
    vertical-align: central;
    text-align: right;
}
.text-left {
    vertical-align: central;
    text-align: left;
}
.text-justify {
    vertical-align: central;
    text-align: justify;
}
.nowrap {
    white-space: nowrap;
}
#cms-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    content: "";
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.mr-loader {
    position: absolute;
    top: 30%;
    left: 38%;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 100px;
    height: 100px;
    -webkit-animation: spinner 2s linear infinite;
    animation: spinner 2s linear infinite;
}
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.form-line > .select2-container {
    border: 0;
}
.select2-container {
    border: 1px solid #ccc;
}
.content-header {
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 40px;
    height: fit-content;
    clear: both;
}
.content-header > h1 {
    text-shadow: 1px 0 2px #141432;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    margin: 20px;
}
.mr-form-control {
    margin: 0;
    padding: 4px 6px;
    border: 1px solid #ccc;
    transition: all 0.1s linear;
}
.mr-form-control:focus,
.mr-form-control:hover {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075),
        4px 4px 0 0 rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075),
        4px 4px 0 0 rgba(102, 175, 233, 0.6);
}
.day,
.dow {
    border: 1px solid #ccc;
}
.item .alert {
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: red;
    white-space: nowrap;
}
.db-wrapper {
    float: left;
    position: relative;
    width: 100%;
    min-height: 550px;
    margin: 0;
    padding: 10px;
}
.db-notif-wrapper,
.db-profile-wrapper,
.db-stat-rek-wrapper {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.db-profile-wrapper {
    float: left;
    position: relative;
    margin: 0;
    padding: 10px 10px 0 10px;
    width: 100%;
}
.db-profile {
    float: left;
    position: relative;
    margin: 0;
    padding: 10px;
    width: 100%;
    border: 1px solid #d5d5d5;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #fff, #f7f7f7);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f7f7f7));
    background: -webkit-linear-gradient(top, #fff, #f7f7f7);
    background: -o-linear-gradient(top, #fff, #f7f7f7);
    background: linear-gradient(to bottom, #fff, #f7f7f7);
}
.db-profile img {
    float: left;
    position: relative;
    height: 80px;
    width: 80px;
    margin-right: 10px;
}
.db-profile .title {
    margin: 4px 0 0 0;
    padding: 0;
    color: #000;
    font-size: 16px;
}
.db-profile .sub-title {
    font-size: 14px;
    margin: 4px 0 0 0;
    padding: 0;
    color: #817c7c;
}
.db-notif-wrapper {
    position: relative;
    float: left;
    margin: 0;
    padding: 10px 10px 0 10px;
}
.db-notif {
    float: left;
    position: relative;
    width: 100%;
    padding: 5px 10px;
    background: #fff;
    min-height: 55px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #3c85ba;
    background: -moz-linear-gradient(top, #46a2d5, #3c85ba);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#46a2d5), to(#3c85ba));
    background: -webkit-linear-gradient(top, #46a2d5, #3c85ba);
    background: -o-linear-gradient(top, #46a2d5, #3c85ba);
    background: linear-gradient(to bottom, #46a2d5, #3c85ba);
    border-color: #3c85ba;
}
.db-notif .title {
    font-size: 12px;
    display: inline-block;
    float: left;
    position: relative;
    margin: 0 10px 0 5px;
    padding-top: 5px;
}
.db-notif-content {
    position: relative;
    border-radius: 5px;
    background: #fff;
    float: left;
    overflow-x: auto;
}
.item-notif {
    float: left;
    position: relative;
    margin: 4px;
    padding: 18px 20px 2px 2px;
    min-width: 40px;
    text-align: left;
}
.item-notif i {
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
    padding: 2px 4px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #c05343;
    background: -moz-linear-gradient(top, #d65f4d, #cb4131);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#d65f4d), to(#c05343));
    background: -webkit-linear-gradient(top, #d65f4d, #c05343);
    background: -o-linear-gradient(top, #d65f4d, #c05343);
    background: linear-gradient(to bottom, #d65f4d, #c05343);
    border-color: #c05343;
    border-radius: 2px;
}
.db-stat-rek-wrapper {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
.db-stat-rek {
    position: relative;
    margin: 0;
    background: #fff;
    text-align: center;
}
.db-stat-rek .title {
    float: left;
    position: relative;
    width: 100%;
    margin: 0 0 2px 0;
    padding: 6px 10px;
    font-size: 13px;
    color: #333;
    text-align: left;
    border: 1px solid #d5d5d5;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #fff, #f7f7f7);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f7f7f7));
    background: -webkit-linear-gradient(top, #fff, #f7f7f7);
    background: -o-linear-gradient(top, #fff, #f7f7f7);
    background: linear-gradient(to bottom, #fff, #f7f7f7);
}
.db-stat-content {
    position: relative;
    width: 100%;
    border: 1px solid #d5d5d5;
    text-align: center;
    overflow-y: auto;
}
.graf-wrapper {
    width: 100%;
    position: relative;
    margin: 0 auto;
    min-height: 200px;
}
.canvas-wrapper {
    position: relative;
    margin: 0 auto;
    min-height: 250px;
}
@media (min-width: 550px) {
    .canvas-wrapper {
        width: 510px;
        overflow: auto;
    }
}
@media (max-width: 550px) {
    .canvas-wrapper {
        width: 340px;
        height: 255px;
        overflow: auto;
    }
}
@media (max-width: 372px) {
    .canvas-wrapper {
        width: 170px;
        height: 255px;
        overflow: auto;
    }
}
.canvas {
    position: relative;
    background: #fff;
    width: 100%;
}
.canvas_doughnut {
    float: left;
    position: relative;
    background: #fff;
    width: 160px;
    padding: 5px;
    margin: 3px;
}
.realperson-challenge {
    text-align: center;
}
.handle-page {
    margin: 5%;
    border: 1px solid #d5d5d5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 2px 0 #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 2px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff inset, 0 2px 0 #fff;
}
.invoice {
    float: left;
    position: relative;
    background: 0 0;
    width: 100%;
    padding: 20px;
    min-height: 100%;
}
.invoice-header {
    float: left;
    position: relative;
    padding: 10px;
    min-height: 100%;
    margin: 0;
    margin-bottom: 1px;
    background: #fff;
    height: fit-content;
    position: relative;
    display: table;
    clear: both;
    width: 100%;
    border: 1px solid #c5c5c5;
}
.invoice-header small {
    float: left;
    position: relative;
    width: 100%;
}
.invoice-body {
    float: left;
    position: relative;
    padding: 10px;
    min-height: 100%;
    margin: 0;
    margin-bottom: 1px;
    background: #fff;
    height: fit-content;
    position: relative;
    display: table;
    clear: both;
    width: 100%;
    border: 1px solid #c5c5c5;
}
.invoice-body p {
    font-size: 16px;
    margin: 10px 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 20px;
    color: inherit;
}
.invoice-body ol,
.invoice-body ul {
    list-style: none;
}
.invoice-body li {
    line-height: 20px;
}
.invoice-body li::before {
    display: inline-block;
    float: left;
    padding: 0 8px 0 0;
    color: #999;
}
.invoice-footer {
    float: left;
    position: relative;
    clear: both;
    width: 100%;
    font-size: 12px;
    display: block;
    padding: 12px;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #fff, #f7f7f7);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f7f7f7));
    background: -webkit-linear-gradient(top, #fff, #f7f7f7);
    background: -o-linear-gradient(top, #fff, #f7f7f7);
    background: linear-gradient(to bottom, #fff, #f7f7f7);
    border: 1px solid #c5c5c5;
}
.invoice-logo {
    float: left;
    position: relative;
    display: block;
    font-size: 15px;
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
}
.invoice-logo img {
    float: left;
    position: relative;
    display: block;
    width: 150px;
}
.invoice-data {
    float: left;
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.invoice-data p {
    font-weight: 600;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
}
.captcha-frame,
.captcha {
    margin-bottom: 10px;
    text-align: center;
}
.captcha {
    font-family: "Courier New", monospace;
    font-size: 6px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 3px;
}
.box-yellow{
    background-color: #d7a608 !important;
}
.box-green{
    background-color: #248c3a !important;
}
.box-red{
    background-color: #bb2e3b !important;
}
.box-blue{
    background-color: #3c85ba !important;
}
.box-dashboard{
    min-height: fit-content;
    color: white;
    padding: 2px;
}
.box-dashboard > .info-box-content {
    margin: 10px !important;
}
.box-dashboard > .info-box-content .info-box-number, .box-dashboard > .info-box-content .info-box-text {
    text-align: right;
}
.f-right{
    float: right;
}
.pe-0{
    padding-right: 0;
}
footer{
    height: 50px;
    background: linear-gradient(to left, transparent, #fff, #fff, transparent);
    background: -moz-linear-gradient( to left, transparent, #fff, #fff, transparent );
    background: -o-linear-gradient(to left, transparent, #fff, #fff, transparent);
    background: -webkit-linear-gradient( to left, transparent, #fff, #fff, transparent );
    width: 100%;
}
.m-0{
    margin: 0;
}
.lg-body {
    padding: 0;
}
#myCarousel{
    /*min-height: 320px;*/
    border-radius: 10px;
    padding: 1rem;
    background: white;
}
.carousel-inner{
    max-height: 370px;
}
.carousel-inner > .item > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.box-info-bn p{
    font-weight: 700;
    color: #000;
}
.box-footer-logo{
    display: block;
}
.box-footer-logo img{
    height: 35px;
    margin: 1rem 5px;
}
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}
.container-bg,
.lg-body-wrapper{
    min-height: calc(100vh - 50px);
}
.lg-body-wrapper {
    background: none;
}
#myCarousel{
    margin: 1rem auto;
}
@media (max-width: 1225px) {
    .box-footer-logo img{
        height: 25px;
    }
}
@media (max-width: 992px) {
    .box-info-bn{
        text-align: center;
        padding-top: 1rem;
    }
    .box-footer-logo{
        display: none;
    }
    .version{
        display: none;
    }
    footer{
        height: 70px;
    }
    .container-bg,
    .lg-body-wrapper{
        min-height: calc(100vh - 70px);
    }

}